The following tables list the members exposed by Generic ThreadSafeDictionary.
Name | Description | |
---|---|---|
![]() | ThreadSafeDictionary Constructor | Initializes a new instance of the Generic ThreadSafeDictionary class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the Generic ICollection. |
![]() | IsReadOnly | Gets a value indicating whether the Generic ICollection is read-only. |
![]() | Item | Gets or sets value with the specified key. |
![]() | Keys | Gets an Generic ICollection containing the keys of the Generic IDictionary. |
![]() | Values | Gets an Generic ICollection containing the values in the Generic IDictionary. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an element with the provided key and value to the Generic IDictionary. |
![]() | Clear | Removes all items from the Generic ICollection. |
![]() | Contains | |
![]() | ContainsKey | Determines whether the Generic IDictionary contains an element with the specified key. |
![]() | CopyTo | |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Remove | Overloaded. Removes the element with the specified key from the Generic IDictionary. |
![]() | TryGetValue | Gets the value associated with the specified key. |